home *** CD-ROM | disk | FTP | other *** search
/ Radio Amateur Callbook 1999 / Radio Amateur Callbook 1999.iso / callbook.exe / 0 / RCDATA / TTEXTSEARCHDLG / TTEXTSEARCHDLG.txt
Text File  |  1999-04-23  |  4KB  |  191 lines

  1. object TextSearchDlg: TTextSearchDlg
  2.   Left = 231
  3.   Top = 188
  4.   HelpContext = 10005
  5.   ActiveControl = WordEdit
  6.   BorderStyle = bsDialog
  7.   Caption = 'Text search'
  8.   ClientHeight = 339
  9.   ClientWidth = 434
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnActivate = FormActivate
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   PixelsPerInch = 96
  23.   TextHeight = 16
  24.   object SrcLabel: TLabel
  25.     Left = 8
  26.     Top = 52
  27.     Width = 145
  28.     Height = 16
  29.     AutoSize = False
  30.     Caption = 'Word List:'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.     IsControl = True
  38.   end
  39.   object DstLabel: TLabel
  40.     Left = 272
  41.     Top = 52
  42.     Width = 145
  43.     Height = 16
  44.     AutoSize = False
  45.     Caption = 'Search List:'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.     IsControl = True
  53.   end
  54.   object Label1: TLabel
  55.     Left = 8
  56.     Top = 8
  57.     Width = 42
  58.     Height = 16
  59.     Caption = '&Word:'
  60.     FocusControl = WordEdit
  61.   end
  62.   object OKBtn: TBitBtn
  63.     Left = 92
  64.     Top = 292
  65.     Width = 77
  66.     Height = 27
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.     TabOrder = 5
  74.     OnClick = OKBtnClick
  75.     Kind = bkOK
  76.     Margin = 2
  77.     Spacing = -1
  78.     IsControl = True
  79.   end
  80.   object CancelBtn: TBitBtn
  81.     Left = 176
  82.     Top = 292
  83.     Width = 77
  84.     Height = 27
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clBlack
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.     TabOrder = 6
  92.     Kind = bkCancel
  93.     Margin = 2
  94.     Spacing = -1
  95.     IsControl = True
  96.   end
  97.   object HelpBtn: TBitBtn
  98.     Left = 260
  99.     Top = 292
  100.     Width = 77
  101.     Height = 27
  102.     Font.Charset = DEFAULT_CHARSET
  103.     Font.Color = clBlack
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = [fsBold]
  107.     ParentFont = False
  108.     TabOrder = 7
  109.     OnClick = HelpBtnClick
  110.     Kind = bkHelp
  111.     Margin = 2
  112.     Spacing = -1
  113.     IsControl = True
  114.   end
  115.   object WordList: TListBox
  116.     Left = 8
  117.     Top = 76
  118.     Width = 144
  119.     Height = 192
  120.     Font.Charset = DEFAULT_CHARSET
  121.     Font.Color = clBlack
  122.     Font.Height = -11
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = [fsBold]
  125.     ItemHeight = 13
  126.     MultiSelect = True
  127.     ParentFont = False
  128.     TabOrder = 1
  129.     OnClick = WordListClick
  130.     OnDblClick = WordListDblClick
  131.     IsControl = True
  132.   end
  133.   object SuchListe: TListBox
  134.     Left = 272
  135.     Top = 76
  136.     Width = 144
  137.     Height = 192
  138.     Font.Charset = DEFAULT_CHARSET
  139.     Font.Color = clBlack
  140.     Font.Height = -11
  141.     Font.Name = 'MS Sans Serif'
  142.     Font.Style = [fsBold]
  143.     ItemHeight = 13
  144.     MultiSelect = True
  145.     ParentFont = False
  146.     TabOrder = 4
  147.     OnClick = SuchListeClick
  148.     OnDblClick = SuchListeDblClick
  149.     IsControl = True
  150.   end
  151.   object AddBtn: TButton
  152.     Left = 168
  153.     Top = 88
  154.     Width = 89
  155.     Height = 33
  156.     Caption = '&Add >'
  157.     TabOrder = 2
  158.     OnClick = IncludeBtnClick
  159.   end
  160.   object RemoveBtn: TButton
  161.     Left = 168
  162.     Top = 144
  163.     Width = 89
  164.     Height = 33
  165.     Caption = '< &Remove'
  166.     TabOrder = 3
  167.     OnClick = ExcludeBtnClick
  168.   end
  169.   object WordEdit: TTextSpinEdit
  170.     Left = 56
  171.     Top = 4
  172.     Width = 205
  173.     Height = 26
  174.     OnUpClick = WordEditUpClick
  175.     OnDownClick = WordEditDownClick
  176.     OnEnterPress = WordEditEnterPress
  177.     OnESCPress = WordEditESCPress
  178.     TabOrder = 0
  179.     OnChange = WordEditChange
  180.   end
  181.   object ClearBtn: TButton
  182.     Left = 168
  183.     Top = 192
  184.     Width = 89
  185.     Height = 33
  186.     Caption = '<< &Clear'
  187.     TabOrder = 8
  188.     OnClick = ClearBtnClick
  189.   end
  190. end
  191.